- PurpleStoredImage
alias PurpleStoredImage = _PurpleStoredImage
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_add
alias da_purple_imgstore_add = PurpleStoredImage* function(gpointer data, size_t size, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_add_with_id
alias da_purple_imgstore_add_with_id = int function(gpointer data, size_t size, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_find_by_id
alias da_purple_imgstore_find_by_id = PurpleStoredImage* function(int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_get_data
alias da_purple_imgstore_get_data = gconstpointer function(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_get_extension
alias da_purple_imgstore_get_extension = const(char)* function(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_get_filename
alias da_purple_imgstore_get_filename = const(char)* function(const(PurpleStoredImage)* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_get_handle
alias da_purple_imgstore_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_get_size
alias da_purple_imgstore_get_size = size_t function(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_init
alias da_purple_imgstore_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_new_from_file
alias da_purple_imgstore_new_from_file = PurpleStoredImage* function(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_ref
alias da_purple_imgstore_ref = PurpleStoredImage* function(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_ref_by_id
alias da_purple_imgstore_ref_by_id = void function(int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_uninit
alias da_purple_imgstore_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_unref
alias da_purple_imgstore_unref = PurpleStoredImage* function(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_imgstore_unref_by_id
alias da_purple_imgstore_unref_by_id = void function(int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_add
PurpleStoredImage* purple_imgstore_add(gpointer data, size_t size, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_add_with_id
int purple_imgstore_add_with_id(gpointer data, size_t size, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_find_by_id
PurpleStoredImage* purple_imgstore_find_by_id(int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_data
gconstpointer purple_imgstore_get_data(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_extension
const(char)* purple_imgstore_get_extension(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_filename
const(char)* purple_imgstore_get_filename(const(PurpleStoredImage)* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_handle
void* purple_imgstore_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_size
size_t purple_imgstore_get_size(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_init
void purple_imgstore_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_new_from_file
PurpleStoredImage* purple_imgstore_new_from_file(const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_ref
PurpleStoredImage* purple_imgstore_ref(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_ref_by_id
void purple_imgstore_ref_by_id(int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_uninit
void purple_imgstore_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_unref
PurpleStoredImage* purple_imgstore_unref(PurpleStoredImage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_unref_by_id
void purple_imgstore_unref_by_id(int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_add
da_purple_imgstore_add purple_imgstore_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_add_with_id
da_purple_imgstore_add_with_id purple_imgstore_add_with_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_find_by_id
da_purple_imgstore_find_by_id purple_imgstore_find_by_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_data
da_purple_imgstore_get_data purple_imgstore_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_extension
da_purple_imgstore_get_extension purple_imgstore_get_extension;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_filename
da_purple_imgstore_get_filename purple_imgstore_get_filename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_handle
da_purple_imgstore_get_handle purple_imgstore_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_get_size
da_purple_imgstore_get_size purple_imgstore_get_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_init
da_purple_imgstore_init purple_imgstore_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_new_from_file
da_purple_imgstore_new_from_file purple_imgstore_new_from_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_ref
da_purple_imgstore_ref purple_imgstore_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_ref_by_id
da_purple_imgstore_ref_by_id purple_imgstore_ref_by_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_uninit
da_purple_imgstore_uninit purple_imgstore_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_unref
da_purple_imgstore_unref purple_imgstore_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_imgstore_unref_by_id
da_purple_imgstore_unref_by_id purple_imgstore_unref_by_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.